Chef in his Office codechef solution

39

for _ in range(int(input())):
    a,b = map(int,input().split())
    print(a*4+b)

Comments

Submit
0 Comments